home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Libraries / Graphic Elements 2 / Extras / GrowWindConst.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-06-26  |  507 b   |  32 lines  |  [TEXT/MMCC]

  1. /*
  2.     GrowWindConst.h
  3.     
  4.     Acts like Window Manager's GrowWindow, but maintains the
  5.     window's original proportions.
  6.     
  7.     Copyright 1994 by Al Evans. All rights reserved.
  8.     
  9.     5/26/94
  10.     
  11. */
  12.  
  13. #ifdef applec
  14. #ifndef __cplusplus
  15. #ifndef PRELOAD
  16. #pragma load "::ToolKit.precompile"
  17. #define PRELOAD
  18. #endif
  19. #endif
  20. #endif
  21.  
  22. #ifdef __cplusplus
  23. extern "C" {
  24. #endif
  25.  
  26. pascal long GrowWindowConstrained(WindowPtr theWindow, Point startPoint, 
  27.                                         Rect *sizeRect, Rect *constraintRect);
  28.                                         
  29. #ifdef __cplusplus
  30. }
  31. #endif
  32.